Data API
The Data APIs represent the CRUD operations for existing database tables. Developers can retrieve the tables from already uploaded database ddl schema, and generate CRUD APIs instantly with the click of a button within the integration flow interface.
Project Creation (optional)
- Open: Manage / Projects
- Click on CREATE button.
- Provide name and description.
- Click on create.
Initially Configuration
- Open: DEVELOP / Data API
- Select project name from dropdown.
- Click on + button and create new JDBC configuration with DDL schema selected (mandatory).
- If DDL schema is not already uploaded. Please refer the link for instructions on uploading DDL schema

Services creation
- Select datasource. Entities list will be displayed.
- Click on an entity. Entity details will be shown (table structure).
- Check the checkbox in action column for the field that you want to generate endpoints with. By default primary key is checked.
- Feel free to change the basepath and click on Show API.
- Now list of endpoints will be generated. You can remove one or more endpoints that are not required.
- Click on Create API. Services corresponding to the table will be generated.
- After service creation you will be redirected to Functionality API page and you will have access to a comprehensive list of all the end-to-end services outlined in the data API.
- These services are ready to use and can be deployed (if need with some tweaks and changes).
note
If the endpoint(s) or service(s) already exists in the selected project then text box will appear instead of plain text. This allows you to modify duplicate URLs or service names.
Sample Flow

REST Trigger

DB step

API Response
